目录

tmux配置

目录
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
set -g mouse on
set -g default-command /bin/zsh
set -g default-terminal "screen-256color"
#set-option -ga terminal-overrides ",*256col*:Tc"
set -g @sidebar-tree-command 'tree -C -L 2 -a'
set -g terminal-overrides 'xterm*:smcup@:rmcup@'

#set -g @plugin 'tmux-plugins/tpm'
#set -g @plugin 'tmux-plugins/tmux-sensible'
#set -g @plugin 'tmux-plugins/tmux-resurrect'
#set -g @plugin 'tmux-plugins/tmux-sidebar'

# To copy, left click and drag to highlight text in yellow,
# then press ENTER then selected yellow block will disappear and will automatically be available in clibboard
# In WSL pipe copy result to clip.exe
# In MobaXterm pipe copy result to xclip (sudo yum install xorg-x11-xauth)
#bind-key -T copy-mode Enter send-keys -X copy-pipe-and-cancel xclip

#run '~/.tmux/plugins/tpm/tpm'